html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

* {
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

body {
    margin: 0px;
}

.Body {
    padding: 90px 0px 50px 50px;
}

    .Body h1 {
        color: #006699;
        font-family: Arial;
        margin-top: 50px;
    }

    .Body h2 {
        color: #00A4F7;
        font-family: Arial;
        margin-top: 30px;
        font-weight: normal;
    }

table {
    width: 70%;
    margin: 0 auto; /* Centers the table */
    border-collapse: collapse;
}

th,
td {
    text-align: left;
    padding: 12px 15px;
    border: 1px solid #ddd;
}

th {
    background-color: #006699;
    color: #fff;
    font-weight: bold;
}

tr:nth-child(even) {
    background-color: #f8f8f8;
}

.P1, .P2 {
    display: flex;
    min-height: 450px;
    width: calc(100% - 40px);
    margin: 20px;
    background-position: top 50px;
    background-size: cover;
    background-repeat: no-repeat;
}

    .P1 p, .P2 p{
        color: white;
        font-size:large;
    }

.P1 {
    background: url("../Pictures/Pumps Photo.png") no-repeat center;
    background-size: cover;
}

.P2 {
    background: url("../Pictures/Fittings  Flanges.png") no-repeat center;
    background-size: cover;
}

.Ltext {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}